From 89a2a8c18e54a5f0fbe703b75437da7d5ecc3ad5 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 19 May 2010 11:53:07 +0000 Subject: [PATCH] Run lupdate and lrelease when building Mac GUI. (Why Mac? Because it gets done regularly and I couldn't find a better place...) --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index d9fae656c..73a8e5ffa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,6 +349,8 @@ mac-gui: gpsbabel file gpsbabel | grep '2 architectures' || exit 1 file gui/objects/gpsbabelfe-bin.app/Contents/MacOS/gpsbabelfe-bin | grep '2 architectures' || exit 1 cd gui ; qmake && xcodebuild + lupdate + lrelease cp gpsbabel gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp -r gui/help gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp gui/gmapbase.html gui/objects/gpsbabelfe-bin.app/Contents/MacOS -- 2.30.2